home *** CD-ROM | disk | FTP | other *** search
- ;
- ; cdll definition file for <name>
- ;
-
- name "DeskLib.File"
- version 1.03
- author "DeskLib"
-
- ; --- Exported symbols ---
-
- exports
- {
- File_Write32
- File_WriteBytes
- File_Read32R
- File_Exists
- File_Write8
- File_Delete
- File_LoadTo
- File_printf
- file_lasterror
- File_Size
- File_SetType
- File_Close
- File_ReturnPos
- File_IsDirectory
- File_Date
- File_ReadBytes
- File_Read8
- File_EOF
- File_Write32R
- File_Open
- File_Seek
- File_GetType
- File_Read32
- }
-
- ; --- Object files ---
-
- objects
- {
- o.Date
- o.GetType
- o.FileOps
- o.Size
- o.IsDir
- o.Exists
- o.SetType
- o.Delete
- o.printf
- o.LoadTo
- }
-